home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / MPW / diff 2.6 / src / version.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-14  |  94 b   |  6 lines  |  [TEXT/MPS ]

  1. /* Version number of GNU diff.  */
  2.  
  3. #include "config.h"
  4.  
  5. char const version_string[] = "2.6";
  6.